TrustedAuthority

@Serializable
data class TrustedAuthority(val type: TrustedAuthorityType, val values: List<String>) : Serializable(source)

Constructors

Link copied to clipboard
constructor(type: TrustedAuthorityType, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "type")
@Required
val type: TrustedAuthorityType
Link copied to clipboard
@SerialName(value = "values")
@Required
val values: List<String>